home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page4 / 00021.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  202 b   |  13 lines

  1. on startMovie
  2.   global returnframe
  3.   set returnframe to 0
  4.   preLoadCast(3, 12)
  5. end
  6.  
  7. on mouseDown
  8.   global returnframe
  9.   if the optionDown and not (returnframe = 0) then
  10.     go(returnframe)
  11.   end if
  12. end
  13.